TabView.insertPinned

Inserts a pinned page at @position.

It's an error to try to insert a pinned page after a non-pinned page, in that case [method@TabView.insert] should be used instead.

class TabView
insertPinned

Parameters

child Widget

a widget to add

position int

the position to add @child at, starting from 0

Return Value

Type: TabPage

the page object representing @child

Meta